home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / GW AdaEd 1.4.2 / GWAdaDemos / NYUDemos / INTIO.ADA < prev    next >
Text File  |  1993-10-22  |  73b  |  3 lines

  1. with text_io; use text_io;
  2. package my_int_io is new integer_io(integer);
  3.